Package com.orange.webcom.sdkv2.java

Exposes interfaces and annotations used for providing a convenient Java API to Kotlin classes and methods.

Types

Callback0
Link copied to clipboard
interface Callback0
This interface makes it possible to pass void callback functions with no parameter as Java lambda functions to some methods of the Webcom SDK.
Callback1
Link copied to clipboard
interface Callback1<T>
This interface makes it possible to pass void callback functions with 1 parameter as Java lambda functions to some methods of the Webcom SDK.
JavaApi
Link copied to clipboard
annotation class JavaApi
Not meant for public use.